Conversation
A standalone Next.js + Fumadocs (onedocs) documentation site under docs/, mirroring the phasis/pitmaster setup. - 19 MDX pages: overview, getting started, usage (theme, directives, imports, @source), class utilities (cn/merge/join, variants), plugins (typography, forms, custom), API, CLI, and advanced (architecture, caching, performance). - onedocs config, homepage hero/CTA, OG images, sitemap, robots, and llms.txt routes wired up. GitHub set to inline0/tailwindphp. - Production build passes (next build); all internal cross-links resolve. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A standalone Next.js + Fumadocs (onedocs) documentation site under
docs/, modeled on the phasis/pitmaster setup and adjusted throughout for TailwindPHP.What's here
@source), class utilities (cn/merge/join,variants/compose), plugins (typography, forms, customPluginAPI), API reference, CLI, and advanced (architecture, caching, performance/testing). Content is grounded inREADME.md/CLAUDE.mdand verified against source and tests.onedocs.config.tsx(title, 12 feature cards), homepage hero/CTA, logos/icons, OG images, sitemap, robots, andllms.txt/llms-full.txtroutes. GitHub points atinline0/tailwindphp.Verification
next buildpasses — 29 static routes generate (all doc pages, OG images, sitemap, robots, llms.txt). TypeScript passes./docs/...cross-links resolve.Notes
https://tailwindphp.com(layout.tsx,robots.ts,sitemap.ts) — change if the deploy domain differs.vercel.jsonis set up for a Vercel deploy fromdocs/. Dev server runs on port 9800 (cd docs && npm run dev).🤖 Generated with Claude Code